| Previous | Chapter contents | Chapter top | Section top | Next |
The areasOfInterest parameter to the QTVRSetBackBufferImagingProc function (link) specifies an array of area of interest structures, each one of which indicates a rectangular area in the back buffer. An area of interest structure is defined by the QTVRAreaOfInterest data type:
struct QTVRAreaOfInterest {
float panAngle;
float tiltAngle;
float width;
float height;
UInt32 flags;
};
typedef struct QTVRAreaOfInterest QTVRAreaOfInterest;
| Previous | Chapter contents | Chapter top | Section top | Next |